<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¬ç”¨æ&nbsp;‡é¢˜æ&nbsp;·å¼*/
.Title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
}
.Title&gt;div{
    display: inline-block;
}
.Title .Title_top{
    overflow: hidden;
}
.Title .Title_top&gt;div{
    float: left;
}
.Title .Title_top&gt;.line{
    width: 60px;
    height: 40px;
    background: url("../images/line.png") center center no-repeat;
}
.Title .Title_top&gt;.text{
    padding: 0 15px;
    line-height: 40px;
    color: #003580;
    font-size: 28px;
}
.Title .Title_bottom{
    color: #adadad;
    font-size: 18px;
    margin-top: 3px;
}
/*èµ°è¿›æµ·ç§‘*/
.goIn{
    background: url("../images/goIn_bg.png") bottom center no-repeat;
}
.goIn .content{
    height: 498px;
    overflow: hidden;
    display: flex;
}
.goIn .content&gt;div{
    float: left;
    height: 498px;
}
.goIn .content&gt;div.content_left{
    width: 510px;
    padding-top: 35px;
    box-sizing: border-box;
    margin-right: 25px;
}
.goIn .content&gt;div.content_left&gt;.about_title{
    height: 42px;
}
.goIn .content&gt;div.content_left&gt;.about_title&gt;div{
    line-height: 40px;
    color: #222222;
    font-size: 20px;
}
.goIn .content&gt;div.content_left&gt;.about_title&gt;p{
    width: 58px;
    height: 2px;
    background: #003580;
}
.goIn .content&gt;div.content_left&gt;.about_conent{
    margin-top: 30px;
    line-height: 32px;
    font-size: 14px;
    color: #454545;
    height: 311px;
}
.goIn .content&gt;div.content_left&gt;.about_url{
    width: 180px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    margin: 17px 0;
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.goIn .content&gt;div.content_right{
    float: right;
    flex: 1;
}
.goIn .content&gt;div.content_right img{
    display: block;
    width: 100%;
    height:100%;
}
/*äº§å“ä¸­å¿ƒ*/
.product_center{
    background: #ebf0f4;
    padding-bottom: 20px;
}
.product_center .tabs{
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
}
.product_center .tabs&gt;li{
    display: inline-block;
    margin: 0 8px;
    width: 210px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d8dfe5;
    background: #fff;
    border-radius: 2px;
    color: #363636;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.product_contents{
	width: 100%;
    margin-top: 30px;
    max-height:590px;
    float: left;
}
.product_contents&gt;li{
    float: left;
    margin-left: 30px;
    width: 380px;
    margin-bottom: 40px;
    transition: all 0.4s;
}
.product_contents&gt;li:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.product_contents&gt;li:first-child,.product_contents&gt;li:nth-child(4){
    margin-left: 0;
}
.product_contents&gt;li .img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.product_contents&gt;li .img&gt;div{
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}
.product_contents&gt;li:hover .img&gt;div{
    animation: scaleToFade 1s;
}
@keyframes scaleToFade {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.product_contents&gt;li .product_title{
    height: 45px;
    line-height: 45px;
    background-color: #d8dfe5;
    text-align: center;
    color: #363636;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_contents&gt;li:hover .product_title{
    background-color: #003580;
    color: #fff;
}
/*æ–°é—»ä¸­å¿ƒ*/
.news{
    padding-bottom: 60px;
}
.news .content{
    margin-top: 15px;
    overflow: hidden;
}
.news .content&gt;.left{
    float: left;
    width: 510px;
}
.news .content&gt;.right{
    width: 660px;
    float: right;
}
.news .content&gt;.left&gt;.img{
    height: 360px;
    background-position: center center;
    background-size: cover;
}
.new_list&gt;li&gt;a{
    overflow: hidden;
    display: block;
    padding: 30px 20px 29px;
    border-bottom: 1px solid #f2f2f2;
}
.news .content&gt;.left .new_list&gt;li&gt;a{
    padding: 30px 5px;
}
.new_list&gt;li:last-child&gt;a{
    padding-bottom: 30px;
    border: none;
}
.new_list&gt;li .date{
    float: left;
    /*width: 79px;*/
     width: 90px;
    padding-right: 10px;
    border-right:1px solid #f2f2f2 ;
}
.new_list&gt;li .date&gt;div:first-child{
    line-height: 40px;
    font-size: 28px;
    color: #ababab;
}
.new_list&gt;li .date&gt;div.year{
    color: #d4d4d4;
    font-size: 14px;
    text-align: right;
    height: 20px;
}
.new_list&gt;li .new_right{
    padding-left: 15px;
    float: left;
    /*width: 515px;*/
    width: 500px;
}
.news .content&gt;.left .new_list&gt;li .new_right{
    /*width: 395px;*/
     width: 380px;
}
.new_list&gt;li .new_right .new_title{
    color: #363636;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new_list&gt;li .new_right .new_content{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.new_list&gt;li:hover{
    background: #003580;
}*/
.new_list&gt;li:hover *{
    color: #ffffff!important;
    border-color: #fff;
}
/*å·¥ç¨‹æ¡ˆåˆ—*/
.engineering{
    background: #ebf0f4;
    padding-bottom: 60px;
}
.engineering .tabs{
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
}
.engineering .tabs&gt;li{
    width: 400px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
}
/*.engineering .tabs&gt;li.active,.engineering .tabs&gt;li:hover{
    color: #fff;
    background: #003580;
}*/
.engineering .tabs&gt;li&gt;div{
    line-height: 20px;
}
.engineering .tabs&gt;li.line&gt;div{
    border-left: 1px solid #cccccc;
}
.engineering .tabs&gt;li.active div,.engineering .tabs&gt;li:hover div{
    border: none;
}
.engineering .tabs&gt;li.active+li.line div,.engineering .tabs&gt;li:hover+li.line div{
    border-left: none;
}
.engineering .e_content{
    margin-top: 35px;
}
.engineering .e_content&gt;li{
    display: none;
}
.engineering .e_content&gt;li.active{
    display: block;
}
.engineering .e_content .e_slider{
    width: 1200px;
    height: 490px;
}
.engineering .e_content .e_slider .img {
    width: 1200px;
    height: 490px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yx-rotation-focus span.hover{
    background-color: #003580;
}
.yx-rotation-t{
    padding-right: 200px;
}
.engineering .e_content .more{
    margin-top: 35px;
    text-align: center;
}
.engineering .e_content .more&gt;a{
    display: inline-block;
    width: 168px;
    height: 48px;
    border: 1px solid #003580;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #003580;
    border-radius:2px; ;
}
/*è”ç³»æˆ‘ä»¬*/
.contact_us{
    padding-bottom: 60px;
}
.contact_content{
    margin-top: 15px;
    height: 460px;
    padding-top: 50px;
    background: url("../images/lx.png") center center no-repeat;
}
.contact_content .right{
    width: 525px;
    float: right;
    color: #fff;
}
.contact_content .right&gt;div{
    font-size: 24px;
    margin-bottom: 30px;
}
.contact_content .right&gt;p{
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_content .right&gt;a{
    display: block;
    width: 180px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    margin: 17px 0;
    cursor: pointer;
    color: #fff;
    margin-top: 25px;
}
</pre></body></html>